home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_322 / gwin / examples / makefile < prev    next >
Makefile  |  1992-05-06  |  2KB  |  94 lines

  1. all: menu request three-d rubberbandline rubberbandbox placeobject clipdemo graph speedy colormap2 spiceplot
  2.  
  3. menu: menu.o /gwin.ff.o
  4.      ln  menu.o /gwin.ff.o -lm32 -lc32
  5.  
  6. menu.o: menu.c
  7.      cc +ff +L menu.c
  8.  
  9. request: request.o /gwin.ff.o
  10.      ln  request.o /gwin.ff.o -lm32 -lc32
  11.  
  12. request.o: request.c
  13.      cc +ff +L request.c
  14.  
  15. three-d: three-d.o /gwin.ff.o
  16.      ln  three-d.o /gwin.ff.o -lm32 -lc32
  17.  
  18. three-d.o: three-d.c
  19.      cc +ff +L three-d.c
  20.  
  21. rubberbandline: rubberbandline.o /gwin.ff.o
  22.      ln  rubberbandline.o /gwin.ff.o -lm32 -lc32
  23.  
  24. rubberbandline.o: rubberbandline.c
  25.      cc +ff +L rubberbandline.c
  26.  
  27. rubberbandbox: rubberbandbox.o /gwin.ff.o
  28.      ln  rubberbandbox.o /gwin.ff.o -lm32 -lc32
  29.  
  30. rubberbandbox.o: rubberbandbox.c
  31.      cc +ff +L rubberbandbox.c
  32.  
  33. placeobject: placeobject.o /gwin.ff.o
  34.      ln  placeobject.o /gwin.ff.o -lm32 -lc32
  35.  
  36. placeobject.o: placeobject.c
  37.      cc +ff +L placeobject.c
  38.  
  39. clipdemo: clipdemo.o /gwin.ff.o
  40.      ln  clipdemo.o /gwin.ff.o -lm32 -lc32
  41.  
  42. clipdemo.o: clipdemo.c
  43.      cc +ff +L clipdemo.c
  44.  
  45. screentypes: screentypes.o /gwin.ff.o
  46.      ln  screentypes.o /gwin.ff.o -lm32 -lc32
  47.  
  48. screentypes.o: screentypes.c
  49.      cc +ff +L screentypes.c
  50.  
  51. text: text.o /gwin.ff.o
  52.      ln  text.o /gwin.ff.o -lm32 -lc32
  53.  
  54. text.o: text.c
  55.      cc +ff +L text.c
  56.  
  57. graph: graph.o /gwin.ff.o
  58.      ln  graph.o /gwin.ff.o -lm32 -lc32
  59.  
  60. graph.o: graph.c
  61.      cc  +ff +L graph.c
  62.  
  63. speedy: speedy.o /gwin.ff.o
  64.      ln  speedy.o /gwin.ff.o -lm32 -lc32
  65.  
  66. speedy.o: speedy.c
  67.      cc  +ff +L speedy.c
  68.  
  69. colormap2: colormap2.o /gwin.ff.o
  70.      ln  colormap2.o /gwin.ff.o -lm32 -lc32
  71.  
  72. colormap2.o: colormap2.c
  73.      cc  +ff +L colormap2.c
  74.  
  75. geomap: geomap.o /gwin.ff.o
  76.      ln  geomap.o /gwin.ff.o -lm32 -lc32
  77.  
  78. geomap.o: geomap.c
  79.      cc  +ff +L geomap.c
  80.  
  81. spiceplot: spiceplot.o /gwin.fiCD.o
  82.      ln  spiceplot.o /gwin.fiCD.o -lmal32 -lcl32
  83.  
  84. spiceplot.o: spiceplot.c
  85.      cc  +fi +C +D +L spiceplot.c
  86.  
  87. text2: text2.o /gwin.ff.o
  88.      ln  text2.o /gwin.ff.o -lm32 -lc32
  89.  
  90. text2.o: text2.c
  91.      cc  +ff +L text2.c
  92.  
  93.  
  94.